Removes the user with the specified name from the collection.

Namespace:  Rebex.Net.Servers.Core
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

Visual Basic
Public Function Remove ( _
	userName As String _
) As Boolean
C#
public bool Remove(
	string userName
)

Parameters

userName
Type: System..::..String
Name of user to remove.

Return Value

True if removed.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also